* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none
}

body {
    background-color: #eef2ff;
    font-family: sans-serif;
}

:root {
    --main: #482673;
    --white: #fff;
    --black: #000;
    --main2: #cbacf34d;
    --border: #ecedef;

}

.lang-menu {
    width: 75px;
    font-weight: bold;
}

.lang-menu .selected-lang {
    display: flex;   
    justify-content: space-between;
    cursor: pointer;
    color:var(--white);
    align-items: center;
}
.lang-menu .selected-lang:before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(language/hi.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

}

.lang-menu ul {
    margin: 0;
    padding: 0;
    display: none;
    background-color: #fff;
    border: 1px solid #f8f8f8;
    position: absolute;
    top: 55px;
    right: 20px;
    width: 125px;
    border-radius: 5px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
}


.lang-menu ul li {
    list-style: none;
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.lang-menu ul li a {
    text-decoration: none;
    width: 125px;
    padding: 5px 10px;
    display: block;
}

.lang-menu ul li:hover {
    background-color: #f2f2f2;
}

.lang-menu ul li a:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}

.hi:before {
    background-image: url(language/hi.svg);
}

.en:before {
    background-image: url(language/en.svg);
}



.lang-menu:hover ul {
    display: block;
}



/* share */
.ssb_link,
.ssb_icon {
  display: inline-block
}

.ssb_link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.r-s-b {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.ssb_icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.ssb-small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.ssb_icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.ssb_icon--solid,
.ssb_icon--solidcircle {
  fill: #fff;
  stroke: none
}

.ssb-twitter {
  background-color: #55acee
}

.ssb-twitter:hover {
  background-color: #2795e9
}

.ssb-pinterest {
  background-color: #bd081c
}

.ssb-pinterest:hover {
  background-color: #8c0615
}

.ssb-facebook {
  background-color: #3b5998
}

.ssb-facebook:hover {
  background-color: #2d4373
}

.ssb-tumblr {
  background-color: #35465C
}

.ssb-tumblr:hover {
  background-color: #222d3c
}

.ssb-reddit {
  background-color: #5f99cf
}

.ssb-reddit:hover {
  background-color: #3a80c1
}

.ssb-google {
  background-color: #dd4b39
}

.ssb-google:hover {
  background-color: #c23321
}

.ssb-linkedin {
  background-color: #0077b5
}

.ssb-linkedin:hover {
  background-color: #046293
}

.ssb-email {
  background-color: #777
}

.ssb-email:hover {
  background-color: #5e5e5e
}

.ssb-xing {
  background-color: #1a7576
}

.ssb-xing:hover {
  background-color: #114c4c
}

.ssb-whatsapp {
  background-color: #25D366
}

.ssb-whatsapp:hover {
  background-color: #1da851
}

.ssb-hackernews {
background-color: #FF6600
}
.ssb-hackernews:hover, .ssb-hackernews:focus {   background-color: #FB6200 }

.ssb-vk {
  background-color: #507299
}

.ssb-vk:hover {
  background-color: #43648c
}

.ssb-facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.ssb-facebook:hover,
.ssb-facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.ssb-twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.ssb-twitter:hover,
.ssb-twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.ssb-email {
  background-color: #777777;
  border-color: #777777;
}

.ssb-email:hover,
.ssb-email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.ssb-pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}

.ssb-pinterest:hover,
.ssb-pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}

.ssb-linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}

.ssb-linkedin:hover,
.ssb-linkedin:active {
  background-color: #046293;
  border-color: #046293;
}

.ssb-whatsapp {
  background-color: #25D366;
  border-color: #25D366;
}

.ssb-whatsapp:hover,
.ssb-whatsapp:active {
  background-color: #1DA851;
  border-color: #1DA851;
}

.ssb-telegram {
  background-color: #54A9EB;
}

.ssb-telegram:hover {
  background-color: #4B97D1;}

/* share :end */
.share {
    margin-top: 35px;
}

.imgdiv {
    border: 1px solid;
    margin: 10px 0px;
    border-radius: 10px;
}

.FAQ {
    text-align: center;
}

.faqcontainer {
    background-color: #fff;
    color: #000;
    border-radius: 15px;
    margin: 15px 0;
    box-shadow: 1px 0px 1px;
}

.question {
    font-weight: 600;
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer
}

.question::after {
    content: "\002B";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: .2s
}

.question.active::after {
    transform: rotate(45deg)
}

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: .3s
}

.answer {
    padding: 0 20px 20px;
    line-height: 20px;
    font-size: 16px
}





table {
    border-collapse: collapse;
    overflow: hidden;
    color: #fff;
    width: 100%;
    margin: 15px 0px;
}

th,
td {
    padding: 1em;
    border: 1px solid #d6d8db;
    color: #000;
    text-align: center
}

tbody tr:nth-child(even) {
    background-color: #e9ecef
}

tbody tr:nth-child(odd) {
    background-color: #f8f9fa
}

.also {
    background-color: #e9ecef
}



.header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
    background: var(--main)
}

.header .logo {
    font-size: 20px;
    font-weight: bolder;
    color: var(--white);
    display: flex;
    align-items: center;
    line-height: 15px;
    height: 36px
}

.header .logo img {
    height: 60px;
    margin-right: 4px;
    filter: invert(1)
}

.textcontainer {
    display: block;
    margin-bottom: 20px
}

.textcontainer h2,
h3,
h4,
h5 {
    padding: 25px 0;
    font-weight: 900;
}

.textcontainer p {
    font-size: 18px;
    margin-bottom: 18px;
    
}


.ul {
    font-size: 18px;
    padding-left: 30px;
    margin: 15px 0px;
}

.image {
    width: 50%;
    height: auto;
    display: block;
    margin: 12px auto auto;
    border-radius: 10px
}

footer {
    align-items: center;
    max-width: 950px;
    margin: 0 auto 25px;
    font-weight: 600;
}

.topfooter {
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    margin: 25px
}

.centerfooter {
    display: flex;
    font-size: 16px;
    justify-content: center;
    margin: 20px;
    color: #000
}

.bottomfotter {
    text-align: center;
    font-size: 16px;
    margin-top: 8px
}

.footerpage span {
    margin: 50px
}

.footerpage a {
    color: #000
}

hr {
    border-top: 1px solid var(--main)
}

.hrclass {
    border-top: 1px solid var(--main);
    width: 40%;
    margin: auto
}

.com {
    color: blue;
}



/* style 2 start  */


main {
    max-width: 970px;
    margin: 0 auto 25px
}

.container {
    margin: 20px 0px;
}


h1.page-heading {
    font-size: 30px;
    margin-bottom: 14px;
    font-weight: 600
}

.chartbox {
    width: 525px;
    height: 380px;
    background-color: #fff;
    border-radius: 10px
}

.chart-container {
    position: relative;
    margin: auto;
    top: 13px;
    height: 300px;
    width: 300px
}


.rspan {
    font-weight: 600;
    color: var(--black);
    font-family: cursive;
}

main .Calculator {
    width: 100%;
    margin: 70px 0;
    font-size: 20px
}

.sliders-values {
    display: flex;
    justify-content: space-between;
    padding: 25px 0 0
}

.sliders-text {
    font-size: 19px;
    margin: 10px 0 0;
}

.sliders-values span {
    font-size: 15px;
    margin-left: 5px;
    line-height: 31px
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.my-slider {
    width: 100%;
    margin-top: 30px
}

input[type=range] {
    -webkit-appearance: none !important;
    width: 100%;
    height: 2px;
    background: var(--main);
    border: none;
    outline: 0
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    width: 30px;
    height: 30px;
    background: var(--main);
    border: 1px solid var(--main);
    border-radius: 50%;
    cursor: pointer
}

input[type=range]::-moz-range-thumb {
    -moz-appearance: textfield !important;
    width: 30px;
    height: 30px;
    background: var(--main);
    border: 1px solid var(--main);
    border-radius: 50%;
    cursor: pointer
}

.slider-container {
    float: right;
    width: 43%;
    font-weight: 600;
}

.select-currency-div span {
    float: left;
    width: 60%;
    padding: 10px 0;
    font-size: 20px;
    
}

.select-currency {
    width: 25%;
    height: 40px;
    float: left;
    border-radius: 5px;
    position: relative;
    display: flex;
    width: 26%;
    height: 40px;
    line-height: 3;
    background: var(--main) !important;
    overflow: hidden;
    border-radius: 0 5px 5px 0;
    
}

.select-currency select {
    font-size: 20px
}

select {
    flex: 1;
    padding: 0 1em;
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: var(--main) !important;
    background-image: none
}


.select-currency::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0px 10px 0px 10px;
    background: var(--main2) !important;
    color: #f1f1f1;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease
}

.currency {
    float: left;
    width: 10%;
    background: var(--main);
    color: #fff;
    text-align: center;
    border-radius: 5px 0 0 5px;
    height: 41px;
    font-size: 22px;
    padding: 5px;
    box-shadow: 0 0px 1px #000;
    margin-left: auto;
}

input[type="number"] {
    width: 105px;
    height: 41px !important;
    text-align: center;
    font-size: 22px;
    box-sizing: border-box;
    border-radius: 0;
    border: #d0d0d0;
    box-shadow: 0 0px 1px #000;
}

.slidersdiv {
    clear: both;
    width: 100%;
    float: left;
    margin: 0 0 30px
}

.slider-div {
    float: left;
    width: 75%;
    margin-top: 25px
}

.right-input {
    float: right;
    width: 80px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #c3c3bf;
}

.right-input input {
    padding: 5px 7px 0 5px;
    width: 100% !important;
    text-align: center !important;
    background: var(--main);
    color: #fff;
    height: 50px !important;
    border-radius: 0
}

.right-input span {
    float: left;
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-weight: 900;
    background: #f9f9f9;
    text-align: center;
    color: #000;
    padding: 3px 0;
    text-transform: uppercase;
    border-radius: 0 0 5px 5px
}

.sipvalues {
    width: 54%;
    font-weight: 600;
}

.sipvalues .param {
    font-size: 22px;
    margin: 17px 0 15px;
    font-weight: 600;
}

.resulttext {
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    margin: 20px 15px;
}

label {
    position: relative;
    cursor: pointer;
    letter-spacing: 1px;
    font-size: 21px;
}

/* style 2 end  */

@media (max-width:1000px) {}

@media (max-width:992px) {

    /* header :start */
    .header {
        font-size: 18px
    }

    .header .logo {
        height: 30px
    }

 

    /* header end */



    /* main start  */
    main {
        margin: 40px 116px;
    }

    .container {
        margin: 15px 0px;
    }

    .container-flex {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    main .Calculator {
        width: 75vw
    }

    .slider-value {
        font-size: 15px
    }

    .slidersdiv {
        width: 75vw
    }

    .select-currency-div span {
        width: 40%
    }

    .select-currency {
        width: 100px
    }

    .currency {
        width: 7%
    }

    .slider-container {
        width: 100%
    }

    input[type="number"] {
        width: 100px
    }

    .ruturnchart {
        display: none
    }

    .returndiv {
        width: 75vw;
        background-color: #fff;
        box-shadow: 0 0 24px -20px rgba(0, 0, 0, 1);
        -webkit-box-shadow: 0 0 24px -20px rgba(0, 0, 0, 1);
        -moz-box-shadow: 0 0 24px -20px rgba(0, 0, 0, 1)
    }

    .chart-container {
        top: 280px
    }

    .sipvalues {
        width: 90%;
        position: relative;
        top: -370px;
        margin: auto
    }

    .sipvalues h4 {
        display: none
    }

    .chartbox {
        width: 380px;
        margin: auto
    }
    .slider-div {
        width: 86%;
    }

    /* main end  */


}


@media (max-width:768px) {
    main {
        margin: 38px 70px
    }

    .sliders-text {
        font-size: 19px
    }

    .select-currency-div span {
        width: 45%
    }
    .slider-div {
        width: 82%;
    }

}



@media (max-width:600px) {

    /* header start */

    .header {
        padding: 20px
    }

    .header .logo {
        font-size: 18px
    }

    .header .logo img {
        height: 36px;
        margin-right: 5px
    }

    .header .navbar a {
        font-size: 20px
    }

    /* header end */

    /* main :start */
    main {
        margin: 30px 23px
    }

    h1.page-heading {
        font-size: 34px;
        margin-bottom: 5px
    }


    main .Calculator {
        width: 89vw
    }

    .slidersdiv {
        width: 89vw
    }

    .select-currency-div span {
        width: 75%;
    }

    .chartbox {
        width: 100%;
        height: 300px;
        background-color: #fff
    }

    .sipvalues {
        top: -300px
    }

    .returndiv {
        width: 89vw
    }

    .resulttext {
        font-size: 19px;
        margin: 15px
    }

    .chart-container {
        height: 275px;
        width: 275px;
        top: 222px
    }

    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none !important;
        width: 25px;
        height: 25px
    }

    input[type=range]::-moz-range-thumb {
        -moz-appearance: textfield !important;
        width: 25px;
        height: 25px
    }
    .slider-div {
        width: 81%;
    }

    /* main :end */


    /* footer :start */

    .footerpage span {
        margin: 25px
    }

    /* footer :end */


}

@media (max-width:480px) {

    /* header start  */

    .header {
        padding: 20px
    }

    .header .logo {
        height: 24px
    }

    .header .logo img {
        height: 34px;
        margin-right: 3px
    }

    .header .navbar a {
        font-size: 15px
    }
    .lang-menu {
        width: inherit;
    }

    .lang-menu .selected-lang{
            font-size: 15px;
            justify-content: end;
            
    }

    .lang-menu .selected-lang:before {
        width: 28px;
        height: 20px;
        margin-right: 3px;

    }

.lang-menu ul{
    top: 48px;
    right: 0px;
    width: 108px;

}

    /* header :end */


    .image {
        width: 90%
    }


    /* main :start */


    main {
        margin: 10px 20px
    }

    h1.page-heading {
        font-size: 25px
    }

    p.page-para {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 0
    }

    label {
        font-size: 14px;
        word-spacing: 17px;
    }

    main .Calculator {
        width: 88vw;
        margin: 70px 0px 40px 0px;
    }

    .select-currency-div span {
        width: 68%;
        font-size: 16px;
        padding: 4px 0
    }

    input[type="number"] {
        width: 90px;
        height: 38px !important;
        font-size: 16px
    }

    .slidersdiv {
        width: 88vw
    }

    .currency {
        width: 24px;
        height: 38px
    }

    .select-currency {
        width: 88px;
        height: 32px
    }

    .sliders-values {
        padding: 16px 0 0
    }

    .right-input {
        width: 65px;
        height: 70px
    }


    .sliders-text {
        margin: 5px 0 0;
        font-size: 17px;
        line-height: 31px
    }

    .slider-value {
        width: 72px;
        height: 28px;
        font-size: 14px
    }

    .sliders-values span {
        font-size: 14px
    }

    .my-slider {
        margin-top: 26px
    }

    .resulttext {
        font-size: 17px;
        margin: 14px 10px
    }

    .chart-container {
        top: 235px
    }

    .returndiv {
        width: 88vw
    }

    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none !important;
        width: 22px;
        height: 22px
    }

    input[type=range]::-moz-range-thumb {
        -moz-appearance: textfield !important;
        width: 22px;
        height: 22px
    }

    .select-currency::after {
        font-size: 13px;
    }

    .par {
        padding: -1px !important;
    }

    .question {
        font-weight: 500;
        padding: 10px 45px 10px 10px;
    }
    .slider-div {
        width: 75%;
    }
    /* main end  */

    /* table start  */

    th,
    td {
        padding: 8px;
    }

    /* table end */
    /* footer start  */

    .topfooter {
        font-size: 18px;
        margin: 20px
    }

    .footerpage span {
        margin: 12px
    }

    .bottomfotter {
        font-size: 15px;
        margin-top: 6px
    }

    .centerfooter {
        font-size: 14px;
    }

    /* footer :end */
}

@media (max-width:320px) {

    /* header start  */
    .header {
        padding: 13px
    }

    .header .logo {
        font-size: 13px;
        height: 30px
    }
    .header .navbar a {
        font-size: 13px
    }
    .lang-menu .selected-lang{
        font-size: 13px;
}
.lang-menu ul {
    width: 110px;
}


    /* header end  */
    /* main start  */
    main {
        margin: 8px 12px
    }

    h1.page-heading {
        font-size: 22px
    }

    label {
        font-size: 13px
    }

    main .Calculator {
        margin: 65px 0 40px
    }

    .select-currency-div span {
        font-size: 14px;

    }

    .select-currency {
        width: 65px;
        height: 28px
    }

    .select-currency select {
        font-size: 16px
    }

    .select-currency::after {
        padding: 0px 4px 0px 6px;
        font-size: 11px;
    }

    input[type="number"] {
        width: 77px;
        height: 30px !important;
        padding: 6px 0 5px
    }

    .currency {
        width: 20px;
        height: 30px;
        font-size: 18px;
    }
    .slider-div {
        margin-top: 15px;
    }
    .sliders-values {
        padding: 5px 0 0
    }

    .right-input {
        width: 50px;
        height: 55px
    }

    .right-input span {
        font-size: 8px
    }

    input[type="number"] {
        font-size: 16px
    }

    .sipvalues {
        top: -185px
    }

    .resulttext {
        font-size: 14px;
        margin: 12px 0
    }
    .chart-container {
        width: 180px;
        top: 210px
    }

    .chartbox {
        height: 185px
    }

    .sliders-text {
        font-size: 13px;
        line-height: 27px
    }

    .slider-value {
        width: 62px;
        height: 24px;
        font-size: 14px
    }

    .sliders-values span {
        font-size: 13px;
        line-height: 27px
    }

    .my-slider {
        margin-top: 20px
    }
    .par {
        padding: 4px !important;
    }
    /* main end  */

    /* table :start */
    th,
    td {
        padding: 0px;
    }

    /* table end  */
    /* footer start  */

    .footerpage span {
        margin: 5px
    }

    /* footer end  */
}
